From 22d8d7060fa80384f1b5857acd7b372e916503b4 Mon Sep 17 00:00:00 2001 From: "jeroney@localhost.localdomain" Date: Tue, 25 Oct 2005 17:37:00 +0100 Subject: [PATCH] Remove second decleration of .PHONY & cleanup formating --- tools/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 962f7f8ae2..e12479777e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -16,9 +16,6 @@ SUBDIRS += vtpm_manager SUBDIRS += vtpm endif SUBDIRS += xenstat - -.PHONY: all install clean check check_clean ioemu eioemuinstall ioemuclean - # These don't cross-compile ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) SUBDIRS += python -- 2.30.2